- Report contains the report (and instructions)
- test_files has a script to generate the test files

Workload:
---------

Jose Caban - gtg184g - all-around super awesome guy who wrote the shared memory module and integrated it and wrote the amazing report.  Wrote the super awesome README too.

Puyan Lotfi - gtg945h - all-around super annoying guy who refactored the system pre-shmem, wrote a networking module used in the proxy and server, and wrote all the benchmarks and tested the system on various computer systems.  He proofread the super amazing report, too, finding it error free.  Except for that one thing.



Execution Synopsis:
-------------------

cd server; gmake
cd client; gmake
cd proxy_server; gmake

screen 1
cd server; ../bin/server/l33t_server [0|1]

screen 2
cd proxy_server; ../bin/proxy/l33t_proxy [0|1]

screen 3
cd client; bin/l33t_client 127.0.0.1 1338 [someTest]


Notes:
------

- Some of the scripts have issues with carriage returns on some systems.
- The tests done by the client assume the server is running with the root (Project 2) folder as its base folder, the tests themselves are in the client/tests folder.
